home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / POSTR / SAND / COMSAND.R < prev    next >
Encoding:
Text File  |  1997-07-11  |  923 b   |  54 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMSand.r 1.2 1997/04/09 01:17:21 damien Exp $ */
  3.  
  4. #ifndef __TYPES.R__
  5. #include "Types.r"
  6. #endif
  7.  
  8. #ifndef __XAPI.R__
  9. #include "XApi.r"
  10. #endif
  11.  
  12. include "COMSand.rsc" 'View';
  13. include "COMSand.rsc" 'STR#'; 
  14. include "COMSand.rsc" 'TxSt' ;
  15.  
  16. //include "COMSand2.rsc" not 'ckid';
  17.  
  18. resource 'COMP' (128) {
  19.     'post',
  20.     'COSD',
  21.     "Sandy filter",
  22.     "COM Examples",
  23.     0x40000,
  24.     "4.0.0",
  25.     "TOOLKIT Example",
  26.     9
  27. };
  28.  
  29. resource 'PMAP' (128) {
  30.     {
  31. //        'SIZH', 'shrt',
  32. //        'SIZV', 'shrt'
  33.     }
  34. };
  35.  
  36. resource 'Cmpp' (128) {
  37.     'post',
  38.     'COSD',
  39.     isAlienType,
  40.     'RD4A',                    // creator
  41.     {
  42.         'Sand',             // Reference
  43.         "Sand post renderer",    // Name
  44.         {'TEXT' },        // List of MacOS types
  45.         {'    ' },        // List of extensions
  46.     };
  47. };
  48.  
  49. data 'GUID' (128) {
  50.     $"F62A 58A0 F76D 11CF 9A2C 0020 AF28 193A"
  51.     $"67FB 7860 F9EE 11CF 9A2C 0020 AF28 193A"
  52.  
  53. };
  54.